runtime.mheap.userArena (field)
13 uses
runtime (current package)
arena.go#L817: mheap_.userArena.quarantineList.insert(s)
arena.go#L902: if !h.userArena.readyList.isEmpty() {
arena.go#L903: s = h.userArena.readyList.first
arena.go#L904: h.userArena.readyList.remove(s)
arena.go#L908: hintList := &h.userArena.arenaHints
arena.go#L928: h.userArena.readyList.insertBack(s)
malloc.go#L519: hintList = &mheap_.userArena.arenaHints
malloc.go#L598: userArenaHint.next, mheap_.userArena.arenaHints = mheap_.userArena.arenaHints, userArenaHint
mgcsweep.go#L725: if s.list != &mheap_.userArena.quarantineList {
mgcsweep.go#L729: mheap_.userArena.quarantineList.remove(s)
mgcsweep.go#L730: mheap_.userArena.readyList.insert(s)
mheap.go#L214: userArena struct {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |